home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / bluetooth.conf < prev    next >
Text File  |  2009-10-06  |  864b  |  30 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module bluetooth.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # Bluetooth settings
  10. # ------------------
  11. #
  12. # If you enable this module, laptop mode tools will enable/disable bluetooth
  13. # depending on the power status of your laptop. Bluetooth uses a considerable
  14. # amount of power (comparable to wireless networking), and disabling it is
  15. # therefore a good idea when you are looking to improve your battery life.
  16. #
  17. ###############################################################################
  18.  
  19. # Control bluetooth?
  20. CONTROL_BLUETOOTH=0
  21.  
  22. # Enable bluetooth on battery
  23. BATT_ENABLE_BLUETOOTH=0
  24.  
  25. # Enable bluetooth on AC
  26. AC_ENABLE_BLUETOOTH=1
  27.  
  28. # Bluetooth interfaces to enable/disable
  29. BLUETOOTH_INTERFACES="hci0"
  30.